From: umherirrender Date: Sat, 3 Oct 2015 19:17:00 +0000 (+0200) Subject: Fix class name of WfEscapeShellArgTest X-Git-Tag: 1.31.0-rc.0~9444^2 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=9683aca64412628ad54e2fbc128dfe1959ba7c19;p=lhc%2Fweb%2Fwiklou.git Fix class name of WfEscapeShellArgTest All other global function test also begin with a upper case letter Change-Id: Icbaa701983a6f9b57e1ecaa705ebeacaada90cd6 --- diff --git a/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php b/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php index cb334d2fd2..010f617d7b 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php +++ b/tests/phpunit/includes/GlobalFunctions/wfEscapeShellArgTest.php @@ -4,7 +4,7 @@ * @group GlobalFunctions * @covers ::wfEscapeShellArg */ -class wfEscapeShellArgTest extends MediaWikiTestCase { +class WfEscapeShellArgTest extends MediaWikiTestCase { public function testSingleInput() { if ( wfIsWindows() ) { $expected = '"blah"';